Home:ALL Converter>Copy table data from Azure SQL Database to another Azure SQL Database?

Copy table data from Azure SQL Database to another Azure SQL Database?

Ask Time:2020-02-24T01:20:27         Author:surya411

Json Formatter

I have to copy table data from one Azure SQL Database to another Azure SQL Database which are under same Azure server.

Is there any way to do this using Azure data factory? Also, this needs to be scheduled as a daily feed.

Edit : How can we add more tables to the existing dataset ? I have created this for 3 tables, now i want to add two more tables to this, how ?

Author:surya411,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/60364819/copy-table-data-from-azure-sql-database-to-another-azure-sql-database
Sajeetharan :

Did you have a look at Copy data to and from SQL Server by using Azure Data Factory?. \n\n\n In Azure Data Factory, you can use the Copy activity to copy data\n among data stores located on-premises and in the cloud. After you copy\n the data, you can use other activities to further transform and\n analyze it\n\n\nYou can have a look at the steps from here on how to configured a triggered pipeline.\n\nOne important thing to remember is that you'll have to define the data set (with or without schema) for all tables that require copy for any source-destination combination.",
2020-02-23T17:26:29
yy